In depth Guide for Slavers Of Skyrim

Chapter:	How to organize futures and variables
Modul: none
-------------------------------------------
Written for: Stage 2
in the year of: 2024
Month: 10
Day: 14
-------------------------------------------

All file need reflect one sub module or future unit.
this unti contain all the elements and things that part of the future.
including the variables that used by that future.

Execpeted to all future define own special variables that used to flagg states of objects. 
If a future defines a variable only that future allowed to change it, other functions and futures may read it and act based on it but not change it.
defining means: mentioning using this variable to keep track something.
Reason: this way functionaly working of the modules keept separate each other, inner working of the modules keept clean

if a future or function used multiple modules, that function on module need to put a separate file.

normaly all functions that part of a procces need ot be stored one single file. So more easy to owersee whats going on.
